home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 176-200 / scopedisk180 / arexxtutorial / rexxarplib / readme2 < prev    next >
Text File  |  1995-03-19  |  782b  |  16 lines

  1.  
  2.     Here are a few macros that I wrote. Getall.rexx and alter.rexx use
  3. getall.txed and alter.txed respectively, and are based on TxEd plus. Getall
  4. edits all files containing a particular string, alter does the same but also
  5. allows specifying a replace string and puts you in replace mode. Getall was
  6. modified a little by Marvin. Editall.rexx is similar: it edits all files of
  7. which the name matches the specified wildcards. Dofor.rexx does a particular
  8. operation for each file specified.
  9.     Graph.rexx allows you to specify a function of x, and it will plot it
  10. for you, with automatic scale computation. See graph.rexx for the calling
  11. sequence. Slightly modified by Bill Hawes. May require slight modifications
  12. if you don't have ARexx 1.08 or newer (1.08 was a beta release).
  13.  
  14.     Willy.
  15.  
  16.